-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[588] part 2, delete One Login pre release banners flag from features #10281
Merged
elceebee
merged 1 commit into
main
from
588-delete-pre-release-banner-feature-flag-from-db
Jan 28, 2025
Merged
[588] part 2, delete One Login pre release banners flag from features #10281
elceebee
merged 1 commit into
main
from
588-delete-pre-release-banner-feature-flag-from-db
Jan 28, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elceebee
changed the title
Delete One Login pre release banners flag from features
[588] part 2, delete One Login pre release banners flag from features
Jan 20, 2025
elceebee
force-pushed
the
588-tech-debt-revert-one-login-pre-release-comms-post-release
branch
from
January 21, 2025 15:59
072f149
to
84e6633
Compare
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 21, 2025 16:02
3a901fc
to
47c246f
Compare
elceebee
force-pushed
the
588-tech-debt-revert-one-login-pre-release-comms-post-release
branch
from
January 21, 2025 16:22
84e6633
to
a1bf2ab
Compare
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 21, 2025 16:23
47c246f
to
0e0118b
Compare
elceebee
force-pushed
the
588-tech-debt-revert-one-login-pre-release-comms-post-release
branch
from
January 22, 2025 14:44
a1bf2ab
to
d246dd4
Compare
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 22, 2025 14:44
0e0118b
to
57ca37a
Compare
elceebee
force-pushed
the
588-tech-debt-revert-one-login-pre-release-comms-post-release
branch
from
January 28, 2025 09:13
d246dd4
to
dd35f82
Compare
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 28, 2025 09:14
57ca37a
to
50d0e4b
Compare
dcyoung-dev
reviewed
Jan 28, 2025
app/services/data_migrations/remove_new_withdrawal_reasons_feature_flag.rb
Outdated
Show resolved
Hide resolved
elceebee
force-pushed
the
588-tech-debt-revert-one-login-pre-release-comms-post-release
branch
from
January 28, 2025 11:02
dd35f82
to
cff1e94
Compare
Base automatically changed from
588-tech-debt-revert-one-login-pre-release-comms-post-release
to
main
January 28, 2025 11:46
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 28, 2025 11:47
50d0e4b
to
5db2b81
Compare
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
2 times, most recently
from
January 28, 2025 11:49
7830d91
to
e59ae61
Compare
dcyoung-dev
reviewed
Jan 28, 2025
app/services/data_migrations/remove_one_login_pre_release_banners_feature_flag.rb
Outdated
Show resolved
Hide resolved
avinhurry
reviewed
Jan 28, 2025
app/services/data_migrations/remove_one_login_pre_release_banners_feature_flag.rb
Outdated
Show resolved
Hide resolved
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 28, 2025 12:06
e59ae61
to
b1e7d6e
Compare
avinhurry
approved these changes
Jan 28, 2025
require 'rails_helper' | ||
|
||
RSpec.describe DataMigrations::RemoveOneLoginPreReleaseBannersFeatureFlag do | ||
context 'when the feature flag exist' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
context 'when the feature flag exist' do | |
context 'when the feature flag exists' do |
elceebee
force-pushed
the
588-delete-pre-release-banner-feature-flag-from-db
branch
from
January 28, 2025 16:11
b1e7d6e
to
38400ec
Compare
elceebee
deleted the
588-delete-pre-release-banner-feature-flag-from-db
branch
January 28, 2025 17:30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
This PR removes an unused Feature flag from the code base. See earlier PR for full context.
Changes proposed in this pull request
No UI changes, just removing a feature from the database.
Guidance to review
Link to Trello card
https://trello.com/c/m4unLeJX
Things to check